
html,body{ background: #0264d6; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0264d6 1%, #1c2b5a 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #0264d6 1%,#1c2b5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #0264d6 1%,#1c2b5a 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #0264d6 1%,#1c2b5a 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #0264d6 1%,#1c2b5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:calc(100vh);
width:100%;
}
body * { -webkit-tap-highlight-color: rgba(0,0,0,0); }

/*.red {border:1px solid black;}*/
.red-filled {background:#e0604a;border:1px solid #ffc30d;}
.blue {background:#67BCCF;}

.section {width:745px;border-radius:10px; margin:40px auto;}
.section p{text-align:center;margin:0px;padding:10px;font:16px sans-serif;line-height:100%;}
.section p strong {color:gold;}

.section-list {width:745px;border-radius:10px;margin:0px auto;}

@media screen and (min-width: 1400px) {
.section {width:1200px;border-radius:10px; margin:40px auto;}
}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://editorialgunis.com/img/loading-point.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}